Package com.cisco.pt.ipc.sim
Interface Zone
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
ZoneImpl
Information provided by the PKI file:
\class Zone
\brief Zone holds and manipulates the details of all configured zones.
\example network().getDevice("Router0").getProcess("ZfwProcess").getZoneNameAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getZoneName
String getZoneName()Information provided by the PKI file:
\brief Returns the zone name. \return string, the zone name.- Returns:
- String Returns a String
-
setZone
Information provided by the PKI file:
\brief Sets the zone name. \param name, the zone name.- Parameters:
name- Takes in a parameter of name
-